home *** CD-ROM | disk | FTP | other *** search
- object frxXLSExportDialog: TfrxXLSExportDialog
- Left = 318
- Top = 174
- ActiveControl = OkB
- BorderStyle = bsDialog
- Caption = 'Export to Excel'
- ClientHeight = 284
- ClientWidth = 277
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object OkB: TButton
- Left = 118
- Top = 255
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelB: TButton
- Left = 198
- Top = 255
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object GroupPageRange: TGroupBox
- Left = 4
- Top = 4
- Width = 269
- Height = 121
- Caption = ' Page range '
- TabOrder = 2
- object DescrL: TLabel
- Left = 12
- Top = 82
- Width = 249
- Height = 29
- AutoSize = False
- Caption =
- 'Enter page numbers and/or page ranges, separated by commas. For ' +
- 'example, 1,3,5-12'
- WordWrap = True
- end
- object AllRB: TRadioButton
- Left = 12
- Top = 20
- Width = 153
- Height = 17
- HelpContext = 108
- Caption = 'All'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object CurPageRB: TRadioButton
- Left = 12
- Top = 40
- Width = 149
- Height = 17
- HelpContext = 118
- Caption = 'Current page'
- TabOrder = 1
- end
- object PageNumbersRB: TRadioButton
- Left = 12
- Top = 60
- Width = 77
- Height = 17
- HelpContext = 124
- Caption = 'Pages:'
- TabOrder = 2
- end
- object PageNumbersE: TEdit
- Left = 92
- Top = 58
- Width = 165
- Height = 21
- HelpContext = 133
- TabOrder = 3
- OnChange = PageNumbersEChange
- OnKeyPress = PageNumbersEKeyPress
- end
- end
- object GroupQuality: TGroupBox
- Left = 4
- Top = 128
- Width = 269
- Height = 105
- Caption = ' Quality properties '
- TabOrder = 3
- object MergeCB: TCheckBox
- Left = 140
- Top = 20
- Width = 121
- Height = 17
- Caption = 'Merge cells'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object WCB: TCheckBox
- Left = 140
- Top = 40
- Width = 121
- Height = 17
- Caption = 'WYSIWYG'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object ContinuousCB: TCheckBox
- Left = 12
- Top = 20
- Width = 121
- Height = 17
- Caption = 'Continuous'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object PicturesCB: TCheckBox
- Left = 12
- Top = 40
- Width = 121
- Height = 17
- Caption = 'Pictures'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object AsTextCB: TCheckBox
- Left = 12
- Top = 60
- Width = 121
- Height = 17
- Caption = 'As Text'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object BackgrCB: TCheckBox
- Left = 140
- Top = 60
- Width = 121
- Height = 17
- Caption = 'Background'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object FastExpCB: TCheckBox
- Left = 12
- Top = 80
- Width = 121
- Height = 17
- Caption = 'Fast export'
- TabOrder = 6
- end
- object PageBreaksCB: TCheckBox
- Left = 140
- Top = 80
- Width = 121
- Height = 17
- Caption = 'Page breaks'
- Checked = True
- State = cbChecked
- TabOrder = 7
- end
- end
- object OpenExcelCB: TCheckBox
- Left = 12
- Top = 236
- Width = 257
- Height = 17
- Caption = 'Open Excel after export'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object SaveDialog1: TSaveDialog
- Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
- Left = 184
- Top = 32
- end
- end
-